$doctype
$doctype
Class to create an HTML textarea
tag(string $tagname, array $attrib = [], string $content = null, array $allowed = null) : string
Generic method to create a HTML tag
string | $tagname | Tag name |
array | $attrib | Tag attributes as key/value pairs |
string | $content | Optional Tag content (creates a container tag) |
array | $allowed | List with allowed attributes, omit to allow all |
The XHTML tag